Speedcoding - definitie. Wat is Speedcoding
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is Speedcoding - definitie

PROGRAMMING LANGUAGE
Speed Coding; Speedcode; IBM Type 701 Speedcoding System; Speedcoding System; Speedcoding system; IBM Speedcoding system; IBM Speedcoding; IBM SpeedCo; SpeedCo I; SpeedCo

Speedcoding         
<language> A pseudocode interpreter for mathematics on IBM 701 and IBM 650 written by John Backus in 1953. [Sammet 1969, p. 130]. (2000-03-27)
Speedcoding 3      
<language> [Listed in CACM 2(5):16, May 1959]. (2000-03-27)

Wikipedia

Speedcoding

Speedcoding, Speedcode or SpeedCo was the first high-level programming language created for an IBM computer. The language was developed by John W. Backus in 1953 for the IBM 701 to support computation with floating point numbers.

The idea arose from the difficulty of programming the IBM SSEC machine when Backus was hired to calculate astronomical positions in early 1950. The speedcoding system was an interpreter and focused on ease of use at the expense of system resources. It provided pseudo-instructions for common mathematical functions: logarithms, exponentiation, and trigonometric operations. The resident software analyzed pseudo-instructions one by one and called the appropriate subroutine. Speedcoding was also the first implementation of decimal input/output operations. Although it substantially reduced the effort of writing many jobs, the running time of a program that was written with the help of Speedcoding was usually ten to twenty times that of machine code. The interpreter took 310 memory words, about 30% of the memory available on a 701.